org.eclipse.vtp.desktop.projects.core.event
Class ReloadObjectDataEvent

java.lang.Object
  extended by org.eclipse.vtp.desktop.projects.core.internals.event.ObjectEvent
      extended by org.eclipse.vtp.desktop.projects.core.event.ReloadObjectDataEvent

public class ReloadObjectDataEvent
extends ObjectEvent

This class represents an event that indicates that an object's data may have been changed by directly accessing the storage locations for that information. The object should reinitialize it's members with the most current information from storage.

Version:
2.0
Author:
Trip Gilman

Field Summary
 
Fields inherited from class org.eclipse.vtp.desktop.projects.core.internals.event.ObjectEvent
objectId, time
 
Constructor Summary
ReloadObjectDataEvent(java.lang.String objectId)
          Creates a new reload data event.
 
Method Summary
 
Methods inherited from class org.eclipse.vtp.desktop.projects.core.internals.event.ObjectEvent
getObjectId, getTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReloadObjectDataEvent

public ReloadObjectDataEvent(java.lang.String objectId)
Creates a new reload data event.

Parameters:
objectId - The unique identifier of the object whose data may have been changed